.box-cust {
    border: 3px solid azure;
    position: relative;
    top: 2px;
    height: auto;
    float: left;
    padding: 10px;
    min-width: 100%;
    width: 100%;
    margin-bottom: 1em;
    background-color: whitesmoke;
    border-radius: 50px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;

}
